Use the following code to check to see if a print job is finished using PEIsPrintJobFinished:
result = PEIsPrintJobFinished(Job)
IF result
MSGBOX("The Print Job has finished.", "Message", 0)
ELSE
MSGBOX("The Print Job is not finished.", "Message", 16)
ENDIF
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |